-
Notifications
You must be signed in to change notification settings - Fork 1k
fix(deps): update errorproneversion to v2.44.0 (minor) #15244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
e045140 to
855e8c5
Compare
855e8c5 to
e66d818
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
|
Not completely sure whether adding these comments is worth the effort. |
| lookup.findVirtual(annotationClass, methodName, MethodType.methodType(returnClass)); | ||
|
|
||
| CallSite callSite = | ||
| LambdaMetafactory.metafactory( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't see what there is to gain from directly using the LambdaMetafactory
| return new InstrumenterContext(); | ||
| } | ||
| }; | ||
| private static final ThreadLocal<InstrumenterContext> instrumenterContext = new ThreadLocal<>(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is an unrelated change. I think that in our api jars we shouldn't use subclasses of ThreadLocal because these will leak the class loader. Can't use TheadLocal.withInitial because of android.
This PR contains the following updates:
2.43.0->2.44.02.43.0->2.44.02.43.0->2.44.0Release Notes
google/error-prone (com.google.errorprone:error_prone_test_helpers)
v2.44.0: Error Prone 2.44.0Changes
LabelledBreakTargetis now an errorClosed issues: #5218, #5278
Full changelog: google/error-prone@v2.43.0...v2.44.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.